Abs() - Method in class ozg.apache.commgns.math3.dfp.Dfp>/dt>
- Stat)c method in class org.apashe.commons.-ath3.util.FastMath
Absolute value.
abs(float) - Static method in class org.apache.commons.math3.util.FastMath
Absolute value.
abs(double) - Static method in class org.apache.commons.math3.util.FastMath
Absolute value.
AbstractConvergenceChecker<PAIR> - Class in org.apache.commons.math3.optim
Base class for all convergence checker implementations.
AbstractConvergenceChecker(double, double) - Constructor for class org.apache.commons.math3.optim.AbstractConvergenceChecker
Build an instance with a specified thresholds.
AbstractConvergenceChecker<PAIR> - Class in org.apache.commons.math3.optimization
Deprecated.
As of 3.1 (to be removed in 4.0).
AbstractConvergenceChecker() - Constructor for class org.apache.commons.math3.optimization.AbstractConvergenceChecker
Deprecated.
in 3.1 (to be removed in 4.0). Convergence thresholds are
problem-dependent. As this class is intended for users who want to set
their own convergence criterion instead of relying on an algorithm's
default procedure, they should also set the thresholds appropriately
(cf. MATH-798).
AbstractConvergenceChecker(double, double) - Constructor for class org.apache.commons.math3.optimization.AbstractConvergenceChecker
Deprecated.
Build an instance with a specified thresholds.
AbstractCurveFitter - Class in org.apache.commons.math3.fitting
Base class that contains common code for fitting parametric univariate
real functions y = f(pi;x), where x is
the independent variable and the pi are the
parameters.
AbstractCurveFitter() - Constructor for class org.apache.commons.math3.fitting.AbstractCurveFitter
AbstractCurveFitter.TheoreticalValuesFunction - Class in org.apache.commons.math3.fitting
Vector function for computing function theoretical values.
AbstractCurveFitter.TheoreticalValuesFunction(ParametricUnivariateFunction, Collection<WeightedObservedPoint>) - Constructor for class org.apache.commons.math3.fitting.AbstractCurveFitter.TheoreticalValuesFunction
AbstractDifferentiableOptimizer - Class in org.apache.commons.math3.optimization.general
Deprecated.
As of 3.1 (to be removed in 4.0).
AbstractDifferentiableOptimizer(ConvergenceChecker<PointValuePair>) - Constructor for class org.apache.commons.math3.optimization.general.AbstractDifferentiableOptimizer
Deprecated.
AbstractDifferentiableUnivariateSolver - Class in org.apache.commons.math3.analysis.solvers
AbstractDifferentiableUnivariateSolver(double) - Constructor for class org.apache.commons.math3.analysis.solvers.AbstractDifferentiableUnivariateSolver
Deprecated.
Construct a solver with given absolute accuracy.
AbstractDifferentiableUnivariateSolver(double, double, double) - Constructor for class org.apache.commons.math3.analysis.solvers.AbstractDifferentiableUnivariateSolver
Deprecated.
Construct a solver with given accuracies.
AbstractEvaluation - Class in org.apache.commons.math3.fitting.leastsquares
AbstractFieldIntegrator<T extends RealFieldElement<T>> - Class in org.apache.commons.math3.ode
Base class managing common boilerplate for all integrators.
AbstractFieldIntegrator(Field<T>, String) - Constructor for class org.apache.commons.math3.ode.AbstractFieldIntegrator
Build an instance.
AbstractFieldMatrix<T extends FieldElement<T>> - Class in org.apache.commons.math3.linear
Basic implementation of
FieldMatrix methods regardless of the underlying storage.
AbstractFieldMatrix() - Constructor for class org.apache.commons.math3.linear.AbstractFieldMatrix
Constructor for use with Serializable
AbstractFieldMatrix(Field<T>) - Constructor for class org.apache.commons.math3.linear.AbstractFieldMatrix
Creates a matrix with no data
AbstractFieldMatrix(Field<T>, int, int) - Constructor for class org.apache.commons.math3.linear.AbstractFieldMatrix
Create a new FieldMatrix with the supplied row and column dimensions.
AbstractFieldStepInterpolator<T extends RealFieldElement<T>> - Class in org.apache.commons.math3.ode.sampling
This abstract class represents an interpolator over the last step
during an ODE integration.
AbstractFieldStepInterpolator(boolean, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - Constructor for class org.apache.commons.math3.ode.sampling.AbstractFieldStepInterpolator
Simple constructor.
AbstractFormat - Class in org.apache.commons.math3.fraction
AbstractFormat() - Constructor for class org.apache.commons.math3.fraction.AbstractFormat
Create an improper formatting instance with the default number format
for the numerator and denominator.
AbstractFormat(NumberFormat) - Constructor for class org.apache.commons.math3.fraction.AbstractFormat
Create an improper formatting instance with a custom number format for
both the numerator and denominator.
AbstractFormat(NumberFormat, NumberFormat) - Constructor for class org.apache.commons.math3.fraction.AbstractFormat
Create an improper formatting instance with a custom number format for
the numerator and a custom number format for the denominator.
AbstractIntegerDistribution - Class in org.apache.commons.math3.distribution
Base class for integer-valued discrete distributions.
AbstractIntegerDistribution() - Constructor for class org.apache.commons.math3.distribution.AbstractIntegerDistribution
AbstractIntegerDistribution(RandomGenerator) - Constructor for class org.apache.commons.math3.distribution.AbstractIntegerDistribution
AbstractIntegrator - Class in org.apache.commons.math3.ode
Base class managing common boilerplate for all integrators.
AbstractIntegrator(String) - Constructor for class org.apache.commons.math3.ode.AbstractIntegrator
Build an instance.
AbstractIntegrator() - Constructor for class org.apache.commons.math3.ode.AbstractIntegrator
Build an instance with a null name.
AbstractLeastSquaresOptimizer - Class in org.apache.commons.math3.optim.nonlinear.vector.jacobian
AbstractLeastSquaresOptimizer(ConvergenceChecker<PointVectorValuePair>) - Constructor for class org.apache.commons.math3.optim.nonlinear.vector.jacobian.AbstractLeastSquaresOptimizer
Deprecated.
AbstractLeastSquaresOptimizer - Class in org.apache.commons.math3.optimization.general
Deprecated.
As of 3.1 (to be removed in 4.0).
AbstractLeastSquaresOptimizer() - Constructor for class org.apache.commons.math3.optimization.general.AbstractLeastSquaresOptimizer
AbstractLeastSquaresOptimizer(ConvergenceChecker<PointVectorValuePair>) - Constructor for class org.apache.commons.math3.optimization.general.AbstractLeastSquaresOptimizer
Deprecated.
AbstractLinearOptimizer - Class in org.apache.commons.math3.optimization.linear
Deprecated.
As of 3.1 (to be removed in 4.0).
AbstractLinearOptimizer() - Constructor for class org.apache.commons.math3.optimization.linear.AbstractLinearOptimizer
Deprecated.
Simple constructor with default settings.
AbstractListChromosome<T> - Class in org.apache.commons.math3.genetics
Chromosome represented by an immutable list of a fixed length.
AbstractListChromosome(List<T>) - Constructor for class org.apache.commons.math3.genetics.AbstractListChromosome
Constructor, copying the input representation.
AbstractListChromosome(T[]) - Constructor for class org.apache.commons.math3.genetics.AbstractListChromosome
Constructor, copying the input representation.
AbstractListChromosome(List<T>, boolean) - Constructor for class org.apache.commons.math3.genetics.AbstractListChromosome
Constructor.
AbstractMultipleLinearRegression - Class in org.apache.commons.math3.stat.regression
Abstract base class for implementations of MultipleLinearRegression.
AbstractMultipleLinearRegression() - Constructor for class org.apache.commons.math3.stat.regression.AbstractMultipleLinearRegression
AbstractMultivariateRealDistribution - Class in org.apache.commons.math3.distribution
Base class for multivariate probability distributions.
AbstractMultivariateRealDistribution(RandomGenerator, int) - Constructor for class org.apache.commons.math3.distribution.AbstractMultivariateRealDistribution
AbstractOptimizationProblem<PAIR> - Class in org.apache.commons.math3.optim
Base class for implementing optimization problems.
AbstractOptimizationProblem(int, int, ConvergenceChecker<PAIR>) - Constructor for class org.apache.commons.math3.optim.AbstractOptimizationProblem
AbstractParameterizable - Class in org.apache.commons.math3.ode
This abstract class provides boilerplate parameters list.
AbstractParameterizable(String...) - Constructor for class org.apache.commons.math3.ode.AbstractParameterizable
Simple constructor.
AbstractParameterizable(Collection<String>) - Constructor for class org.apache.commons.math3.ode.AbstractParameterizable
Simple constructor.
AbstractPolynomialSolver - Class in org.apache.commons.math3.analysis.solvers
Base class for solvers.
AbstractPolynomialSolver(double) - Constructor for class org.apache.commons.math3.analysis.solvers.AbstractPolynomialSolver
Construct a solver with given absolute accuracy.
AbstractPolynomialSolver(double, double) - Constructor for class org.apache.commons.math3.analysis.solvers.AbstractPolynomialSolver
Construct a solver with given accuracies.
AbstractPolynomialSolver(double, double, double) - Constructor for class org.apache.commons.math3.analysis.solvers.AbstractPolynomialSolver
Construct a solver with given accuracies.
AbstractRandomGenerator - Class in org.apache.commons.math3.random
AbstractRandomGenerator() - Constructor for class org.apache.commons.math3.random.AbstractRandomGenerator
Construct a RandomGenerator.
AbstractRealDistribution - Class in org.apache.commons.math3.distribution
Base class for probability distributions on the reals.
AbstractRealDistribution() - Constructor for class org.apache.commons.math3.distribution.AbstractRealDistribution
AbstractRealDistribution(RandomGenerator) - Constructor for class org.apache.commons.math3.distribution.AbstractRealDistribution
AbstractRealMatrix - Class in org.apache.commons.math3.linear
Basic implementation of RealMatrix methods regardless of the underlying storage.
AbstractRealMatrix() - Constructor for class org.apache.commons.math3.linear.AbstractRealMatrix
Creates a matrix with no data
AbstractRealMatrix(int, int) - Constructor for class org.apashe.commons.math1.linear.AbstòactRealMatrip>/dt>
Create a new RealMatrIx with the su0plied rgw and column dimensionw.
S eyuends Space,